.design-width {
  width: 1200px;
  margin: 0 auto;
}

html body {
  
  background-color: #F7F8FC;
}

.chuanbo-sannong {
  height: 30px;
  line-height: 30px;
  color: #073C90;
  font-size: 14px;
  background: #dcdde1;
  /* cursor: pointer; */
}

.chuanbo-sannong span {
  margin-right: 7px;
}

 /* .chuanbo-sannong span:hover {
 color: #E60012;
}*/

.top-header {
  /*height: 110px;*/
  /*padding: 10px 0;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-header a:nth-child(2n+1) {
  width: 200px;
  height: 90px;
}

.top-header a:nth-child(2n+1) img {
  width: 100%;
  height: 100%;
}

.top-header a:nth-child(2n) {
  width: 780px;
  height: 90px;
}

.top-header a:nth-child(2n) img {
  width: 100%;
  height: 100%;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  height: 120px;
}

/*.header .header-logo img {*/
/*  width: 226px;*/
/*  height: 71px;*/
/*}*/

.header .header-time {
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.header .header-time p {
  line-height: 28px;
}

.header .header-second {
  width: 355px;
  height: 72px;
}

.header .header-second img {
  width: 100%;
  height: 100%;
}

.header .header-search .header-link {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header .header-search .header-link a:nth-child(1) {
  display: block;
  padding: 6px;
  margin-right: 20px;
}

.header .header-search .header-link a:nth-child(2) {
  display: block;
  color: #fff;
  padding: 6px;
  background: #073C90;
  border-radius: 2px;
}

.header .header-search .search-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}

.header .header-search .search-top .search-text {
  width: 260px;
  height: 32px;
  background: #F7F8FC;
  border-radius: 4px 0px 0px 4px;
  border: 1px solid #E1E1E1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .header-search .search-top .search-text select,
.header .header-search .search-top .search-text input {
  border: none;
  outline: none;
  background: #F7F8FC;
}

.header .header-search .search-top .search-text select {
  width: 65px;
  height: 100%;
  position: relative;
  z-index: 999;
  border-right: 1px solid #E1E1E1;
}

.header .header-search .search-top .search-text input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0 6px;
}

.header .header-search .search-top .search-btn {
  width: 60px;
  height: 32px;
  background: #E60012;
  border-radius: 0px 4px 4px 0px;
  color: #FDFCFC;
  border: none;
  line-height: 32px;
  cursor: pointer;
}

.nav-list {
  height: 56px;
  background: #E60012;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom:42px;
}

.nav-list .list .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
              margin-left: -21px;
}

.nav-list .list .nav li {
  text-align: center;
  padding: 0 18px;
  display: inline-block;
  cursor: pointer;
  border-right: 1px solid #fff;
}

.nav-list .list .nav li .iconfont {
  margin: 0 5px;
}

.nav-list .list .nav li:hover .xiala {
  display: none;
}

.nav-list .list .nav li:hover .xiangshang {
  display: inline-block;
}

.nav-list .list .nav li:hover .secondNav {
  display: inline-block;
}

.nav-list .list .nav li a {
  color: #fff;
}

.nav-list .list .nav li a .xiangshang {
  display: none;
}

.nav-list .list .nav li:last-child {
  border-right: none;
}

.nav-list .list .nav li .secondNav {
  position: absolute;
  top: 56px;
  height: 56px;
  background: #fff;
  width: 100%;
  left: 0;
  display: none;
}

.nav-list .list .nav li .secondNav .second-nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          background: #fff;
    position: relative;
    z-index: 9999;
}

.nav-list .list .nav li .secondNav .second-nav a {
  color: #333;
  padding: 0 20px;
}

.nav-list .list .nav li .secondNav .second-nav a:hover {
  color: #E60012;
}

.nav-list .list .nav li .secondNav a {
  font-size: 16px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #FFFFFF;
  display: inline-block;
  line-height: .7rem;
  margin-right: .4rem;
}

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-16 {
  margin-top: 16px;
}

.mg-tp-10 {
  /*margin-top: 10px;*/
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-32 {
  margin-top: 32px;
}
#pagination {
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  padding: 4px 8px;
  margin: 0 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  font-size: 14px;
}

.pagination a:hover, .pagination a.active, .pagination span:hover, .pagination span.active {
  background-color: #FD6060;
  border-color: #FD6060;
  color: #fff;
}

.pagination .jumper-input {
  display: inline-block;
  vertical-align: middle;
  width: 44px;
  height: 26px;
  padding: 0 .3em;
  margin: 0 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
}

.pagination .pager-next {
  margin-right: 30px;
}

.pagination .jump-btn {
  margin-left: 20px;
}
.friend-link {
  margin-top: 72px;
}

.friend-link .title {
  font-size: 24px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  color: #212121;
  line-height: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.friend-link ul {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.friend-link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.about-us a {
  padding: 0 16px;
}

.bottom-us {
  margin-top: 36px;
  text-align: center;
  padding-bottom: 30px;
}

.bottom-us p {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}

.bg-fff {
  background-color: #fff;
}

.ft-sz-14 {
  font-size: 12px;
}

/*分享*/

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode {
  display: none;
  position: absolute;
  top: -199px;
  right: -14px;
  width: 200px;
  height: 192px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
  text-align: center;
  background-color: #fff;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode .qrcode {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode .qrcode img {
  width: 100%;
  height: 100%;
  margin-top: 15px;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode .help {
  margin-top: 10px;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .wechat-qrcode .help p {
  color: #000;
}

.head-line-one .info-list .img-list li .noneImg .border-third .share a .icon-weixin:hover ~ .wechat-qrcode {
  display: inline-block;
}
.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode {
  display: none;
  position: absolute;
  top: -199px;
  right: -14px;
  width: 200px;
  height: 192px;
  font-size: 12px;
  -webkit-box-shadow: 0 2px 10px #aaa;
          box-shadow: 0 2px 10px #aaa;
  text-align: center;
  background-color: #fff;
}

.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode .qrcode {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode .qrcode img {
  width: 100%;
  height: 100%;
  margin-top: 15px;
}

.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode .help {
  margin-top: 10px;
}

.head-line-one .info-list .img-list li .border-info .share a .wechat-qrcode .help p {
  color: #000;
}

.head-line-one .info-list .img-list li .border-info .share a .icon-weixin:hover ~ .wechat-qrcode {
  display: inline-block;
}
.header-logo .erlogo{
    width:100px;
    height:48px;
}
/*即时新闻*/
.head-line-one .middleContent {
  width: 1200px;
  height: 36px;
  display: flex;
  justify-content: flex-start;
  background: #fff;
  margin: 20px 0;
  position: relative;
}

.head-line-one .middleContent .left {
  width: 90px;
  height: 36px;
  padding: 8px 20px 0 10px;
}

.head-line-one .middleContent .left img {
  display: block;
}

.head-line-one .middleContent .bottom-logo {
  width: 1100px;
  height: 25px;
  position: relative;
  overflow: hidden;
}

.head-line-one .middleContent .bottom-logo ul {
  width: 500px;
  height: 36px;
  position: absolute;
  left: 80px;
}

.head-line-one .middleContent .bottom-logo ul li {
  float: left;
  padding-left: 25px;
  margin-top: 8px;
  height: 16px;
  line-height: 16px;

  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.head-line-one .middleContent .bottom-logo ul li:nth-child(1) {
  border-left: 1px solid #ccc;
}
/*# sourceMappingURL=common.css.map */